runtime.headTailIndex.split (method)

4 uses

	runtime (current package)
		mspanset.go#L155: 		head, tail = headtail.split()
		mspanset.go#L181: 			head, tail = headtail.split()
		mspanset.go#L240: 	head, tail := b.index.load().split()
		mspanset.go#L355: func (h headTailIndex) split() (head uint32, tail uint32) {